home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / puma.lha / puma / m2c / C.h < prev    next >
C/C++ Source or Header  |  1992-09-25  |  372b  |  19 lines

  1. #define DEFINITION_C
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. #ifndef DEFINITION_Tree
  8. #include "Tree.h"
  9. #endif
  10.  
  11. extern IO_tFile C_yyf;
  12. extern PROC C_Exit;
  13. extern void C_DefC ARGS((Tree_tTree t));
  14. extern void C_ImplC ARGS((Tree_tTree t));
  15. extern void C_MacroC ARGS((Tree_tTree t));
  16. extern void C_BeginC ARGS(());
  17. extern void C_CloseC ARGS(());
  18. extern void BEGIN_C();
  19.